projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8458ede
)
(struct position): New field bytepos.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Jan 1998 02:40:05 +0000
(
02:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 1 Jan 1998 02:40:05 +0000
(
02:40
+0000)
src/indent.h
patch
|
blob
|
history
diff --git
a/src/indent.h
b/src/indent.h
index 9e6a6f03821498db25133f0146a841417b5937bc..16d068c660ad098f87384a98ae9bd108031c9434 100644
(file)
--- a/
src/indent.h
+++ b/
src/indent.h
@@
-39,6
+39,7
@@
Boston, MA 02111-1307, USA. */
struct position
{
int bufpos;
+ int bytepos;
int hpos;
int vpos;
int prevhpos;